ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / ReentrantObservableCollection<T> Class
Members

In This Topic
    ReentrantObservableCollection<T> Class
    In This Topic
    The ReentrantObservableCollection<T> class represents the same interface and functionality as the DeferrableObservableCollection<T> with one exception: it allows collection changing in event handlers for the CollectionChanged event.
    Object Model
    ReentrantObservableCollection<T> Class
    Syntax
    'Declaration
     
    Public Class ReentrantObservableCollection(Of T) 
       Inherits System.Collections.ObjectModel.Collection(Of T)
    public class ReentrantObservableCollection<T> : System.Collections.ObjectModel.Collection<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.Xaml.Calendar.ReentrantObservableCollection<T>
             C1.Xaml.Calendar.DateList

    See Also